Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update lint packages #1669

Merged
merged 1 commit into from
Oct 17, 2024
Merged

chore(deps): update lint packages #1669

merged 1 commit into from
Oct 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.7.0 -> 8.9.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.7.0 -> 8.9.0 age adoption passing confidence
eslint-plugin-import 2.30.0 -> 2.31.0 age adoption passing confidence
eslint-plugin-n 17.10.3 -> 17.11.1 age adoption passing confidence
eslint-plugin-react 7.37.0 -> 7.37.1 age adoption passing confidence
eslint-plugin-react-compiler (source) 0.0.0-experimental-f444e11-20240926 -> 0.0.0-experimental-fa06e2c-20241016 age adoption passing confidence
stylelint (source) 16.9.0 -> 16.10.0 age adoption passing confidence
stylelint-scss 6.7.0 -> 6.8.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

You can read about our versioning strategy and releases on our website.

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.8.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.1

Compare Source

Fixed
Changed
facebook/react (eslint-plugin-react-compiler)

v0.0.0-experimental-fa06e2c-20241016

Compare Source

v0.0.0-experimental-fa06e2c-20241014

Compare Source

v0.0.0-experimental-f8a5409-20240829

Compare Source

stylelint/stylelint (stylelint)

v16.10.0

Compare Source

stylelint-scss/stylelint-scss (stylelint-scss)

v6.8.0

Compare Source

  • Added: function-color-channel rule (#​1060).
  • Added: selector-no-redundant-nesting-selector support for Dart Sass deprecation (#​1022).
  • Fixed: declaration-property-value-no-unknown include explicit namespace variables in isDollarVar() (#​1062).
  • Fixed: declaration-property-value-no-unknown fix false positives for imported custom functions (#​1061).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (stylelint/stylelint#8003, #​1066).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via [email protected] (stylelint/stylelint#7993, #​1065).

Full Changelog: stylelint-scss/stylelint-scss@v6.7.0...v6.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/lint-packages branch 30 times, most recently from cdc66a2 to 412fc36 Compare October 5, 2024 00:48
@renovate renovate bot force-pushed the renovate/lint-packages branch 14 times, most recently from aa16c03 to 433172f Compare October 15, 2024 13:49
@renovate renovate bot force-pushed the renovate/lint-packages branch 11 times, most recently from 8e38496 to 0df05e8 Compare October 17, 2024 08:50
@renovate renovate bot force-pushed the renovate/lint-packages branch from 0df05e8 to 4a9d0cc Compare October 17, 2024 09:31
@greenhat616 greenhat616 merged commit f03d08e into main Oct 17, 2024
3 checks passed
@renovate renovate bot deleted the renovate/lint-packages branch October 17, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant